home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mess With 10
/
Mess With 10.iso
/
mac
/
SubMenu3.DIR
/
00206_Script_206
< prev
next >
Wrap
Text File
|
1996-12-18
|
351b
|
12 lines
--on ReadPict _photoNum
-- put the pathName & "IDITTE:LITTLE:PHOTO" & _groupNum & ":P" & _pageNum & ".PIC" into fName
-- put FileIO(mNew, "read", fName) into myP
-- if objectP(myP) then
-- set the picture of cast _photoNum = myP(mReadPICT)
-- myP(mDispose)
-- return TRUE
-- else
-- beep
-- return FALSE
-- end if
--end